home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MODLPRO8.DIR / 00044_Script_44 < prev    next >
Text File  |  1996-02-22  |  212b  |  9 lines

  1. on exitFrame
  2.   repeat with a = 22 to 41
  3.     repeat with b = 3 to 21
  4.       set the visible of sprite a to false
  5.       set the visible of sprite b to true
  6.     end repeat
  7.   end repeat
  8.         updatestage
  9. end